home *** CD-ROM | disk | FTP | other *** search
- set("/Variables:CordeDrapeauAttache",true);
- set("/Variables:ObjetRemove",3);
- tellTarget("_root.Inventaire.ObjetRemove")
- {
- play();
- }
- tellTarget("_root.CordeDrapeau")
- {
- gotoAndStop(2);
- }
- tellTarget("_root")
- {
- gotoAndStop(eval("/Variables:EtatActif"));
- }
- tellTarget("_parent")
- {
- gotoAndStop(1);
- }
-